Determines whether the specified object is equal to the current object.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public bool Equals( SourceChangeEventArgs<T> args ) |
Visual Basic |
---|
Public Function Equals ( _ args As SourceChangeEventArgs(Of T) _ ) As Boolean |
Parameters
- args
- Type: C1.LiveLinq..::..SourceChangeEventArgs<(Of <(<'T>)>)>
The object to compare with the current object.
Return Value
true if the specified object is equal to the current one; otherwise, false.Implements
IEquatable<(Of <(<'T>)>)>..::..Equals(T)Remarks
Two SourceChangeEventArgs<(Of <(<'T>)>)> are considered equal if the values of
their Item and ChangeType properties are equal.